NAME ask - pop a three button modal dialog SYNOPSIS ask [-s | -m | -l] [strings...] DESCRIPTION The "ask" command displays a dialog and waits for the user to press one of three buttons. The string parameters are concatenated within the dialog and are limited to a total of 255 characters. If no strings are given on the command line, standard input is used. The three buttons are: "yes", "no" and "cancel". OPTIONS -s Display a small dialog -m Display a medium dialog (default) -l Display a large dialog RETURN CODES <0 Error 1 For "yes" 2 For "no" 3 For "cancel" SEE ALSO notify BUGS Strings may overrun the dialog size.